/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');

/* Romie Font */
@font-face {
  font-family: "Romie";
  src: url("Asset/Fonts/romie-regular.woff2") format("woff2"),
       url("Asset/Fonts/romie-regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Unica77LL Font */
@font-face {
  font-family: "Unica77LL";
  src: url("Asset/Fonts/Unica77LLSub-RegularSubset.woff2") format("woff2"),
       url("Asset/Fonts/Unica77LLSub-RegularSubset.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*Milchella Font*/
@font-face {
    font-family: "Milchella";
    src: url("../Asset/Fonts/Milchella-Regular.woff2") format("woff2");
}


@font-face {
    font-family: Romie-Regular;
    src: url("../Asset/Fonts/romie-regular.woff2") format("woff")
}

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Default Body Font */
body {
  font-family: "MaisonNeue", "Inter", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #333;
  letter-spacing: 0.1em;
  min-height: 60rem;
}

/* MOBILE MODE */
@media (max-width: 700px) {
    .menu-icon {
      display: block;
      z-index: 10;
    }
  
    .nav-links {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 60px;
      right: 0;
      background: #ffffff;
      width: 100%;
      text-align: center;
      padding: 10px 0;
    }
  
    .nav-links.active {
      display: flex; /* Show menu when active */
    }
  
    .nav-links li {
      padding: 10px 0;
    }
  }
  
  /* NAVBAR */
.navbar {
  position: sticky; /* Makes the navbar stick to the top */
  top: 0; /* Sticks to the top of the viewport */
  z-index: 1000; /* Ensures it stays above other elements */
  background: #ffffff; /* Keeps the background consistent */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  border-bottom: 1px solid #ffffff;
}

/* LOGO (Desktop: Left) */
.logo {
    font-family: 'milchella', sans-serif;
    font-weight: 900;
    letter-spacing: 0.5cap;
    font-size: 22px;
    color: #333;;
    text-transform: uppercase;
    position: absolute;
    left: 50px;
    text-decoration: none;
}

/* NAV LINKS (Desktop: Right) */
.nav-links {
  list-style: none;
  display: flex;
  gap: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 50px;
}

.nav-links li {
  display: inline;
}

.nav-links a {
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 400;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.nav-links a:hover {
  color: #9d00ff;
}

/* MENU ICON (Hidden on Desktop) */
.menu-icon {
  display: none;
  font-size: 24px;
  font-weight: 100px;
  cursor: pointer;
  position: absolute;
  left: 40px;
  font-size: 20px; /* Reduce font size */
  font-weight: 50; /* Make it thinner */
}

/* MOBILE MODE */
@media (max-width: 700px) {
  /* Move Menu Icon to the Left */
  .menu-icon {
    font-family: 'romie';
    font-weight: lighter;
    display: block;
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 10;
  }

  /* Center the Logo */
  .logo {
    left: 50%;
    transform: translateX(-50%);
  }

  /* Hide Nav Links by Default */
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    right: 0;
    background: #ffffff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .nav-links li {
    display: block;
    padding: 5px 0;
  }

    /* Remove underline from navbar logo and links */
    .nav-links a, 
    .logo a {
        text-decoration: none; /* Remove underline */
    }

  /* Show Nav Links When Active */
}



section#Content {
    position: relative;
    min-height: 100vh;
}

@media screen and (min-width:700px) {
    main#Project[data-v-9590722e] {
        padding: 0rem 3.75rem 0
    }
}

@media screen and (max-width:700px) {
    main#Project[data-v-9590722e] {
        padding: 0rem 0 0
    }
}

#MenuScroller {
    position: absolute;
    height: 100vh;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none
}

#MenuScroller.scroller.fixed {
    position: fixed
}

#MenuScroller[data-v-17375a59] {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    pointer-events: none
}

footer#MainFooter {
    padding: 8em 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff
}

@media screen and (max-width:700px) {
    footer#MainFooter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 3.75rem
    }
}

footer#MainFooter div:first-child p {
    max-width: 20em;
    margin: 0 0 1em
}

@media screen and (max-width:700px) {
    footer#MainFooter div {
        margin-bottom: 4rem
    }
}

footer#MainFooter div:last-child {
    max-width: 30em
}

div.project {
    width: 17.5rem;
    padding: 0 2.125rem 5.5rem
}

@media screen and (max-width:700px) {
    div.project {
        width: 13.5rem;
        padding: 0 .9rem 3rem
    }
}

@media screen and (max-width:700px) {
    div.project small {
        display: none
    }
}

div.project a {
    width: 100%;
    display: block
}

div.project figure {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 19.5rem;
    overflow: hidden;
    border: .02rem solid grey
}

@media screen and (max-width:700px) {
    div.project figure {
        height: 18rem
    }
}

div.project img {
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover
}

div.project a {
    text-decoration: none;
    color: inherit
}

div.project a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

div.project a:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0)
}

div.project h4 {
    padding-top: 2.125rem;
    line-height: 1.45em;
    text-decoration: none;
    color: inherit
}

@media screen and (max-width:700px) {
    div.project h4 {
        text-align: center
    }
}

div.project small,
div.project small * {
    text-decoration: none;
    line-height: 1.45em;
    color: #808285
}

figure[data-v-70dd9862] {
    margin: 0;
    padding: 0
}

section.folio div.content[data-v-70dd9862] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0rem;
    -webkit-transition: opacity .75s ease;
    -o-transition: opacity .75s ease;
    transition: opacity .75s ease
}

section.folio div.content.show[data-v-70dd9862] {
    opacity: 1
}

@media screen and (max-width:700px) {
    section.folio div.content[data-v-70dd9862] {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

section.folio figure[data-v-70dd9862] {
    display: block;
    width: 50%;
    height: 30vw;
    overflow: hidden
}

@media screen and (max-width:700px) {
    section.folio figure[data-v-70dd9862] {
        width: 100%;
        height: auto
    }
}

section.folio div.page[data-v-70dd9862] {
    width: 50%;
    padding: 5.7rem 5.8rem;
    background-color: #f0f0ea;
    height: 30vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width:700px) {
    section.folio div.page[data-v-70dd9862] {
        padding: 3.75rem;
        height: auto;
        width: 100%
    }
}

section.folio footer[data-v-70dd9862] {
    margin-top: auto;
    font-size: .84rem;
    line-height: 140%
}

section.folio footer[data-v-70dd9862] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width:700px) {
    section.folio footer[data-v-70dd9862] {
        padding-top: 3.75rem
    }
}

section.folio footer section[data-v-70dd9862] {
    max-width: 24rem
}

section.folio footer section[data-v-70dd9862]:first-child {
    width: 10rem
}

video[data-v-123d5d01] {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: -2px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom
}

video.v-lazy-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

figure[data-v-42de0706] {
    margin: 0;
    padding: 0
}

section[data-v-42de0706] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0rem
}

section figure[data-v-42de0706] {
    -webkit-transition: opacity .75s ease;
    -o-transition: opacity .75s ease;
    transition: opacity .75s ease
}

section figure.show[data-v-42de0706] {
    opacity: 1
}

@media screen and (max-width:700px) {
    section[data-v-42de0706] {
        margin-bottom: 0
    }
}

section figure[data-v-42de0706] {
    display: block;
    width: 100%;
    height: 25vw;
    overflow: hidden
}

@media screen and (max-width:700px) {
    section figure[data-v-42de0706] {
        height: auto
    }
}

section.related[data-v-442f86c6] {
    padding-bottom: 0rem;
    background-color: #f0f0ea;
}

@media screen and (max-width:700px) {
    section.related[data-v-442f86c6] {
        padding-bottom: 3rem
    }
}

h2.title[data-v-442f86c6] {
    text-align: center;
    display: block;
    padding: 3.5em 6rem 7.5rem
}

@media screen and (max-width:700px) {
    h2.title[data-v-442f86c6] {
        padding: 4em 6rem 3.5rem
    }
}

div.projects[data-v-442f86c6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 72rem;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:700px) {
    div.projects div.project[data-v-442f86c6] {
        display: none
    }
}

div.projects div.project:first-child+div.project[data-v-442f86c6],
div.projects div.project[data-v-442f86c6]:first-child {
    display: block
}

div[data-v-08e8faef],
img[data-v-08e8faef] {
    width: 100%;
    height: 100%
}

img[data-v-08e8faef] {
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom
}

.v-lazy-image[data-v-08e8faef] {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s
}

.v-lazy-image-loaded[data-v-08e8faef] {
    opacity: 1
}

div.monogram:not(:hover) h4[data-v-239c0636] {
    display: inline-block;
    position: absolute;
    top: .125em;
    margin: auto;
    width: 8rem;
    left: 0;
    right: 0
}

div.monogram:not(:hover) svg[data-v-239c0636] {
    display: none
}

@font-face {
    font-family: Unica77LLSub-RegularSubset;
    src: url(../../../../../assets/dist/fonts/Unica77LLSub-RegularSubset.f2a433e3.woff2) format("woff2")
}

@font-face {
    font-family: Unica77LLSub-RegularSubset;
    src: url(../../../../../assets/dist/fonts/Unica77LLSub-RegularSubset.bb261ea8.woff) format("woff")
}

@font-face {
    font-family: Romie-Regular;
    src: url(../../../../../assets/dist/fonts/Romie-Regular.bc853199.woff) format("woff")
}

html {
    font-family: Unica77LLSub-RegularSubset;
    font-size: 1vw;
    letter-spacing: .02em;
    line-height: 154%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:700px) {
    html {
        font-size: 12px
    }
}

@media screen and (min-width:1400px) {
    html {
        font-size: 14px
    }
}

body,
html {
    margin: 0;
    padding: 0;
    min-height: 60rem
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #373737
}

p {
    margin: inherit;
    max-width: 40em
}

h2 {
    font-size: 1rem
}

h2 {
    font-weight: 400;
    line-height: 130%;
    margin: inherit;
    display: block;
    letter-spacing: .025em
}

h4 {
    font-size: inherit;
    font-weight: 400;
    line-height: 130%;
    margin: inherit;
    display: block;
    letter-spacing: .025em
}

h4,
small {
    font-size: .8777rem
}

h6 {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit
}

h6 {
    margin: 0;
    padding: 0
}

figure {
    padding: 0;
    margin: 0
}

:root {
    --tick: 0.3s;
    --tock: 0.5s;
    --swish: 0.2s;
    --latetick: 0.125s;
    --latetock: 1.15s;
    --forwards: 1.5%;
    --backwards: -1.5%;
    --gray: #f0f0ea;
    --graphite: #808285;
    --white: #fff;
    --black: rgba(55, 55, 55, 0.6)
}

/*# sourceMappingURL=app~01e7b97c.dd62eacc.css.map */

